Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for searching indexes #36

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Schamper
Copy link
Member

Fixes #35

@codecov-commenter
Copy link

codecov-commenter commented May 15, 2024

Codecov Report

Attention: Patch coverage is 83.55556% with 37 lines in your changes missing coverage. Please review.

Project coverage is 79.69%. Comparing base (b052185) to head (bd439f9).

Files with missing lines Patch % Lines
dissect/esedb/cursor.py 82.27% 14 Missing ⚠️
dissect/esedb/btree.py 87.50% 9 Missing ⚠️
dissect/esedb/table.py 74.28% 9 Missing ⚠️
dissect/esedb/index.py 87.50% 2 Missing ⚠️
dissect/esedb/page.py 80.00% 1 Missing ⚠️
dissect/esedb/record.py 87.50% 1 Missing ⚠️
dissect/esedb/tools/sru.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   79.08%   79.69%   +0.61%     
==========================================
  Files          15       16       +1     
  Lines        1272     1394     +122     
==========================================
+ Hits         1006     1111     +105     
- Misses        266      283      +17     
Flag Coverage Δ
unittests 79.69% <83.55%> (+0.61%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Schamper Schamper force-pushed the improve-index-support branch from 7bf0e64 to 3457f2c Compare May 15, 2024 14:42
@Schamper Schamper force-pushed the improve-index-support branch from 3457f2c to ddf1b35 Compare May 15, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve cursor and btree implementations
2 participants